<Code Lib>
2022 Method
Changes 0
M

DeleteElements.Create(Document, ISet<ElementId>)

Description:
Creates an instance of the DeleteElements resolution.
Overloads (3):
Create(Document,ISet[ElementId])

public static FailureResolution Create(
	Document document,
	ISet<ElementId> ids
)

  • document
    The document which owns the elements to delete.
  • ISet<ElementId>
    ids
    The ids of the elements that will be deleted when this resolution is chosen.
Return Value FailureResolution The instance of the DeleteElements resolution.

Loading…